From: Eric S. Raymond Date: Thu, 8 Apr 1993 16:17:43 +0000 (+0000) Subject: Added and corrected library headers. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96572 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=235aa29bda408d144ba409e572daa557dc9c6f57;p=emacs.git Added and corrected library headers. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 61db6a99b6e..a805999a086 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1,4 +1,8 @@ -;;; menu-bar.el --- Define a default menu bar. +;;; menu-bar.el --- define a default menu bar. + +;; Author: RMS +;; Keywords: internals + ;; Copyright (C) 1993 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -17,6 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: (define-key global-map [menu-bar] (make-sparse-keymap "menu-bar")) (setq menu-bar-help-menu (make-sparse-keymap "Help")) @@ -199,4 +204,4 @@ and selects that window." (setq default-frame-alist (cons '(menu-bar-lines . 1) default-frame-alist))) -;;; end of menu-bar.el +;;; menu-bar.el ends here